home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl580
/
wuk11j.lzh
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-02
|
2KB
|
72 lines
ECHO OFF
CLS
ECHO
ECHO
ECHO
ECHO This procedure installs Who-U-Know on your C: hard drive.
ECHO It only works if copying from a floppy disk in the A: drive.
ECHO It puts a CONFIG.SYS file in your root directory (if you
ECHO already have CONFIG.SYS, it will not be changed, but check
ECHO it for minimum values of FILES=22 and BUFFERS=16).
ECHO
ECHO The procedure creates a sub-directory called \WHO, then it copies
ECHO and unpacks the Who-U-Know files to that new sub-directory.
ECHO
ECHO
ECHO
ECHO If this is NOT what you want to do, hold down the Ctrl key and
ECHO press C, and then reply Y.
ECHO
ECHO
ECHO Otherwise, to proceed with the installation:
ECHO
PAUSE
CLS
ECHO
ECHO
ECHO
C:
CD\
IF EXIST CONFIG.SYS GOTO SKIP1
ECHO Installing new CONFIG.SYS file...
ECHO
ECHO
ECHO
COPY A:CONFIG.SYS
:SKIP1
ECHO Creating \WHO sub-directory...
MD WHO
CD WHO
IF EXIST DATA.FIL GOTO ERRMSG
ECHO
ECHO
ECHO Copying to the new \WHO sub-directory...
ECHO ON
COPY A:WUK11.EXE
WUK11
ERASE WUK11.EXE
ECHO OFF
CLS
ECHO
ECHO
ECHO
ECHO The INSTALL is now complete.
ECHO
ECHO If a new CONFIG.SYS was needed, you will need to re-boot to make
ECHO DOS aware of it. To re-boot press Ctrl, Alt, Del together, or
ECHO turn your power switch off, and then back on.
ECHO
ECHO To start Who-U-Know, type CD \WHO and press ENTER. You should
ECHO see C:\WHO on your monitor at the DOS prompt. Next type WHO
ECHO and press ENTER to start the program.
ECHO
ECHO
GOTO EOJ
:ERRMSG
CLS
ECHO ERROR: Do not use INSTALL if you already have Who-U-Know on
ECHO your system. Type UPGRADE to update to the new version.
ECHO
:EOJ
ECHO ON